home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / test / nav / NAV / SWPlugin.dll / HTML / SCRIPTMSGCONSTS.JS < prev    next >
Text File  |  2002-05-06  |  1KB  |  43 lines

  1. // ScriptMsgConsts.js
  2. //
  3. // Contents:
  4. // ObjectSink() Constants
  5. //
  6. // Description:
  7. // This file is for the JavaScript code to include.  It is a mirror of the
  8. // declarations in ScriptMsgConsts.h, that is used in the C++ code.  Two files
  9. // exist because the syntax is different; BE SURE TO KEEP BOTH FILES IN SYNC!
  10.  
  11. // SM = Script Message
  12. // -------------------
  13.  
  14. // msg values
  15. var SM_ScanDone  = 1;
  16. var SM_OneProblemFixed = 2;
  17. var SM_Abort     = 3;
  18.  
  19.  
  20. // button state values
  21. var SCAN_Idle             = 0;
  22. var START_Scan_OR_Rescan = 1;
  23. var STOP_Scan             = 2;
  24. var START_Fix             = 3;
  25. var STOP_Fix             = 4;
  26.  
  27. // constants used in script
  28. var MAXIMUM_ProgressBar_Width = 100;
  29. var MAXIMUM_Scanners = 10;
  30.  
  31. // constants for the scanner index in the list
  32.  
  33. WIN_Reg_Scan    = 0;
  34. PROGRAM_Integrity_Scan = 1;
  35. FREE_Space_Scan = 2;
  36. VIRUS_Definition_Files_Checker = 3;
  37. NAV_Autoprotect_Checker = 4;
  38. NAV_Last_Scan_Checker = 5;
  39. SHORTCUT_Scan = 6;
  40. DISK_Doctor        = 7;
  41. REGISTRY_Doctor = 8;
  42. DISK_Fragmentation_Scan = 9;
  43.